contains_all

pure function contains_all(values: collection<-T>): boolean

Checks if the collection contains all elements of another collection.

Since

0.9.0

Parameters

values

The collection to check against.